Northwoods.GoSilverlight 1.3.5 Assembly
FindToParameterForLink Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : FindToParameterForLink Method

linkdata
Find additional information about the "to" node connection for a given link data.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function FindToParameterForLink( _
   ByVal linkdata As LinkType _
) As PortKey
C# 
protected virtual PortKey FindToParameterForLink( 
   LinkType linkdata
)

Parameters

linkdata

Return Value

a PortKey

Remarks

This is used for model discovery. This method can be overridden in case the LinkToParameterPath property path is not flexible enough or fast enough to determine the value.

Requirements

See Also

© 2012 All Rights Reserved.